home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / boot / selector80.lha / Selector / examples / font.sel < prev    next >
Encoding:
Text File  |  1998-07-17  |  166 b   |  8 lines

  1. defenv myfont "default"
  2. font [myfont]
  3.  
  4. text "Current font:"
  5. text "[myfont]"
  6. button "Change it!" 'setenv myfont `/tools/SelectorFont [myfont]`' update
  7.  
  8. unsetenv myfont